Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊
| Attribute | Value |
|---|---|
| Connector ID | AbnormalSecurityPush |
| Publisher | Abnormal Security |
| Used in Solutions | AbnormalSecurity |
| Collection Method | CCF Push |
| Connector Definition Files | AbnormalSecurity_connectorDefinition.json |
| DCR Definition Files | AbnormalSecurity_DCR.json |
| CCF Configuration | AbnormalSecurity_dataConnector.json |
| CCF Capabilities | Push |
| Ingestion API | Log Ingestion API — CCF Push connectors use DCR-based Log Ingestion API |
| Custom Log V1 Tables | Yes 🔶 — ingests into tables with type-suffixed columns |
The Abnormal Security connector pushes real-time security events (threats, cases, audit logs, abuse mailbox reports, posture changes, ATO cases, remediations, and vendor cases) from Abnormal's cloud email security platform into Microsoft Sentinel using the Codeless Connector Framework (CCF) Push pattern. Events are routed to per-event-type tables matching the legacy connector naming convention, enabling seamless migration.
This connector ingests data into the following tables:
| Table | Transformations | Ingestion API | Lake-Only |
|---|---|---|---|
ABNORMAL_SECURITY_ABUSE_MAILBOX_CL 🔶 |
? | ✓ | ? |
ABNORMAL_SECURITY_ATO_CASE_CL 🔶 |
? | ✓ | ? |
ABNORMAL_SECURITY_AUDIT_LOG_CL 🔶 |
? | ✓ | ? |
ABNORMAL_SECURITY_CASE_CL 🔶 |
? | ✓ | ? |
ABNORMAL_SECURITY_LOGS_CL 🔶 |
? | ✓ | ? |
ABNORMAL_SECURITY_POSTURE_CHANGE_CL 🔶 |
? | ✓ | ? |
ABNORMAL_SECURITY_REMEDIATION_CL 🔶 |
? | ✓ | ? |
ABNORMAL_SECURITY_THREAT_LOG_CL 🔶 |
? | ✓ | ? |
ABNORMAL_SECURITY_VENDOR_CASE_CL 🔶 |
? | ✓ | ? |
💡 Tip: Tables with Ingestion API support allow data ingestion via the Azure Monitor Data Collector API, which also enables custom transformations during ingestion.
Resource Provider Permissions:
Custom Permissions:
⚠️ Note: These instructions were automatically generated from the connector's user interface definition file using AI and may not be fully accurate. Please verify all configuration steps in the Microsoft Sentinel portal.
1. Deploy Connector Resources
This connector enables Abnormal Security to push real-time security events directly to Microsoft Sentinel via the Azure Monitor Ingestion API.
Clicking Deploy will create:
This enables Abnormal Security to securely push events using OAuth 2.0 client credentials. Deploy Abnormal Security Push Connector
2. Configure Abnormal Security
Use the following parameters to configure the Microsoft Sentinel integration in the Abnormal Security Portal.
TenantIdNote: The value above is dynamically provided when these instructions are presented within Microsoft Sentinel.
ApplicationIdNote: The value above is dynamically provided when these instructions are presented within Microsoft Sentinel.
ApplicationSecretNote: The value above is dynamically provided when these instructions are presented within Microsoft Sentinel.
DataCollectionEndpointNote: The value above is dynamically provided when these instructions are presented within Microsoft Sentinel.
DataCollectionRuleIdNote: The value above is dynamically provided when these instructions are presented within Microsoft Sentinel.
Multi-table routing: Events are automatically routed to per-event-type tables (e.g., threat logs → ABNORMAL_SECURITY_THREAT_LOG_CL, cases → ABNORMAL_SECURITY_CASE_CL). Unknown event types go to the fallback table ABNORMAL_SECURITY_LOGS_CL.
3. Verify Data Ingestion
Confirm events are flowing from Abnormal Security to Sentinel. Wait 5-10 minutes after enabling the integration, then run this KQL query:
union ABNORMAL_SECURITY_THREAT_LOG_CL, ABNORMAL_SECURITY_CASE_CL, ABNORMAL_SECURITY_AUDIT_LOG_CL, ABNORMAL_SECURITY_ABUSE_MAILBOX_CL, ABNORMAL_SECURITY_POSTURE_CHANGE_CL, ABNORMAL_SECURITY_ATO_CASE_CL, ABNORMAL_SECURITY_REMEDIATION_CL, ABNORMAL_SECURITY_VENDOR_CASE_CL, ABNORMAL_SECURITY_LOGS_CL | where TimeGenerated > ago(1h) | extend event_type = tostring(abx_metadata.event_type) | summarize count() by event_type | order by count_ desc
If no data appears after 15 minutes, verify credentials in the Abnormal Security Portal and check Azure Monitor for ingestion errors.
Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊